You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.Difference Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.Difference Method

Difference.

Syntax
C#
Visual Basic
public TMtxVecInt Difference([In] TMtxVecInt Vec, int VecIndex, int Index, int Len);

Calculate the difference for Vec elements [VecIndex]..[VecIndex+Len-1] and store the results in the calling object elements [Index]..[Index+Len-1]. Size of the calling vector must be set explicitly. The following formula is used to calculate the difference: 

 

An exception is raised if ConditionCheck is True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!